Tray Mapping Modes
The tray-mapping mode constants define the current tray-mapping mode of the printer. TheGXGetTrayMapping
function returns a value of a tray-mapping type, which you can use to determine if you need to loop through the trays to find information.
enum { gxDefaultTrayMapping = (gxTrayMapping) 0, gxConfiguredTrayMapping = (gxTrayMapping) 1 }; typedef long gxTrayMapping;Constant descriptions
- gxDefaultTrayMapping
- None of the paper trays has a specific paper type assigned to it.
gxConfiguredTrayMapping
- At least one of the paper trays has a specific paper type assigned to it.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help